home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / basic / Zbb2ClipBoard.lha / Clipboard.readme < prev   
Text File  |  1997-10-13  |  344b  |  16 lines

  1. Using the Amiga's Clipboard.device with Blitz2
  2.   by Benoit Socias -- bsocias@ulb.ac.be
  3.   Feel free to copy this code into your program
  4.  
  5.  
  6.  ClipWrite{s.s} : writes string s to Clipboard
  7.  
  8.  s.s=ClipRead{} : reads Clipboatd into string s
  9.  
  10.  
  11. The strings are put in the Clipboard in FORM++++FTXTCHRS format.
  12. (That's the way Shell does...)
  13.  
  14. Bye,
  15. Z-chan
  16.